mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
Add files to remove when MK_GPIB=no.
This commit is contained in:
parent
2ea25692d0
commit
96e9532b9d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=203231
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user