Add usr.bin/gensetdefs to build-tools; it is used for src/sys/modules and

maybe for other things that use linker sets under ELF.
This commit is contained in:
Peter Wemm 1998-11-04 12:43:46 +00:00
parent 8d2c3c32bd
commit 2bb39627ea
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40902

View File

@ -1,5 +1,5 @@
#
# $Id: Makefile.inc1,v 1.35 1998/10/16 14:22:54 bde Exp $
# $Id: Makefile.inc1,v 1.36 1998/10/17 11:56:20 bde Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@ -805,6 +805,7 @@ build-tools:
usr.bin/file2c \
usr.bin/find \
usr.bin/gencat \
usr.bin/gensetdefs \
usr.bin/id \
usr.bin/join \
usr.bin/lorder \