diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1998-09-23 10:30:43 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-09-23 10:30:43 +0000 |
| commit | bc767300f58a375cb7340119149b32e6c452c09e (patch) | |
| tree | dec0b7ea300d160028e5c49045975643e1c396d3 | |
| parent | cb1d2924c467b02f6f9e7a7a9cff8e32fd7e1bb1 (diff) | |
Notes
| -rw-r--r-- | Makefile.inc1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index 34b6002f0fdc..22a79f1c6ca4 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1,5 +1,5 @@ # -# $Id: Makefile.inc1,v 1.18 1998/09/21 08:55:50 jb Exp $ +# $Id: Makefile.inc1,v 1.19 1998/09/23 06:11:35 markm Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include @@ -806,6 +806,7 @@ build-tools: usr.bin/mkdep \ usr.bin/mklocale \ usr.bin/paste \ + usr.bin/printf \ usr.bin/sed \ ${_aout_size} \ usr.bin/soelim \ |
