diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-06 21:09:31 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-06 21:09:31 +0000 |
| commit | 12b1cc8f72808638dec134055001c76e48c99bf6 (patch) | |
| tree | 2015f68382a295e1b480cf2820641d80d5a25a14 /usr.bin | |
| parent | 621342bc34a9109d3927b7285ac4f596872e4cd6 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/sort/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/sort/Makefile b/usr.bin/sort/Makefile index 673ea376832a..3e166d479354 100644 --- a/usr.bin/sort/Makefile +++ b/usr.bin/sort/Makefile @@ -6,6 +6,6 @@ SRCDIR= ${.CURDIR}/../../contrib/sort PROG= sort SRCS= append.c fields.c files.c fsort.c init.c msort.c sort.c tmp.c MAN= sort.1 -CFLAGS+= -I${SRCDIR} -include ${.CURDIR}/netbsd.h +CFLAGS+= -I${SRCDIR} -DNO__RCSID -DNO__SCCSID .include <bsd.prog.mk> |
