blob: 4cf8259f523fb119edd65f73e67f1f7ad02820a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.1.1.1 2005/12/30 23:03:05 agc Exp $
--- include/Makefile 2005/12/29 13:56:15 1.1
+++ include/Makefile 2005/12/29 14:00:07
@@ -45,7 +45,7 @@
xfs_rtalloc.h xfs_sb.h xfs_trans.h xfs_trans_space.h xfs_types.h
HFILES += $(PKG_PLATFORM).h xfs.h
-PHFILES = darwin.h freebsd.h irix.h linux.h
+PHFILES = darwin.h freebsd.h irix.h linux.h netbsd.h
DKHFILES = volume.h fstyp.h dvh.h
LSRCFILES = $(shell echo $(PHFILES) | sed -e "s/$(PKG_PLATFORM).h//g")
LSRCFILES += platform_defs.h.in builddefs.in buildmacros buildrules $(DKHFILES)
|