mirror of
https://github.com/opnsense/src.git
synced 2026-04-25 16:18:54 -04:00
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:
parent
8d2c3c32bd
commit
2bb39627ea
1 changed files with 2 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue