1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-12 14:29:28 +00:00

Use the new features of cdefs.h.

This commit is contained in:
David E. O'Brien 2002-04-06 21:09:31 +00:00
parent 621342bc34
commit 12b1cc8f72
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93998

View File

@ -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>