Add files to remove when MK_GPIB=no.

This commit is contained in:
Antoine Brodin 2010-01-30 19:36:55 +00:00
parent 2ea25692d0
commit 96e9532b9d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=203231

View File

@ -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