diff options
author | antoine <antoine@FreeBSD.org> | 2010-01-30 19:36:55 +0000 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2010-01-30 19:36:55 +0000 |
commit | b08756e9edddf7e709737ff0665e8a77e125166a (patch) | |
tree | 811c322028a83ff903b864bf47f99f24f4c24a53 /tools | |
parent | 920ff87426e597723f9eafbec49b80edc423db3a (diff) | |
download | FreeBSD-src-b08756e9edddf7e709737ff0665e8a77e125166a.zip FreeBSD-src-b08756e9edddf7e709737ff0665e8a77e125166a.tar.gz |
Add files to remove when MK_GPIB=no.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/build/mk/OptionalObsoleteFiles.inc | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index 870e12e..8fb671b 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -782,9 +782,22 @@ OLD_FILES+=usr/share/info/cpio.info.gz OLD_FILES+=usr/share/man/man1/gcpio.1.gz .endif -#.if ${MK_GPIB} == no -# none -#.endif +.if ${MK_GPIB} == no +OLD_FILES+=usr/include/dev/ieee488/ibfoo_int.h +OLD_FILES+=usr/include/dev/ieee488/ugpib.h +OLD_FILES+=usr/include/dev/ieee488/upd7210.h +OLD_FILES+=usr/include/gpib/gpib.h +OLD_FILES+=usr/lib/libgpib.a +OLD_FILES+=usr/lib/libgpib.so +OLD_LIBS+=usr/lib/libgpib.so.3 +OLD_FILES+=usr/lib/libgpib_p.a +.if ${TARGET_ARCH} == "amd64" +OLD_FILES+=usr/lib32/libgpib.a +OLD_FILES+=usr/lib32/libgpib.so +OLD_LIBS+=usr/lib32/libgpib.so.3 +OLD_FILES+=usr/lib32/libgpib_p.a +.endif +.endif #.if ${MK_GROFF} == no # to be filled in |