summaryrefslogtreecommitdiffstats
path: root/usr.bin/sort
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-04-06 21:09:31 +0000
committerobrien <obrien@FreeBSD.org>2002-04-06 21:09:31 +0000
commitf892ac219170022de283b5687e11df921bbebaa9 (patch)
tree2015f68382a295e1b480cf2820641d80d5a25a14 /usr.bin/sort
parent0e4bd187a37d26ca7ed3553d805e025d493e813a (diff)
downloadFreeBSD-src-f892ac219170022de283b5687e11df921bbebaa9.zip
FreeBSD-src-f892ac219170022de283b5687e11df921bbebaa9.tar.gz
Use the new features of cdefs.h.
Diffstat (limited to 'usr.bin/sort')
-rw-r--r--usr.bin/sort/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/sort/Makefile b/usr.bin/sort/Makefile
index 673ea37..3e166d4 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>
OpenPOWER on IntegriCloud