From 2bb39627ea03e59b972cd128e59923dc359e4923 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Wed, 4 Nov 1998 12:43:46 +0000 Subject: [PATCH] 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. --- Makefile.inc1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 9c2b24a09dfd..bb94d9e78d84 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -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 \