diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-06 21:03:33 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-06 21:03:33 +0000 |
| commit | 528b02ffd0b7c966015a5325e30fa1bff8d4a87b (patch) | |
| tree | 1e6c2370a8a2dda385b0fc091ad0a837915d51f5 /usr.bin/sort | |
| parent | 1730dab2e6b8e1a478eb3214a397283b92dca7df (diff) | |
Notes
Diffstat (limited to 'usr.bin/sort')
| -rw-r--r-- | usr.bin/sort/Makefile | 5 | ||||
| -rw-r--r-- | usr.bin/sort/netbsd.h | 4 |
2 files changed, 2 insertions, 7 deletions
diff --git a/usr.bin/sort/Makefile b/usr.bin/sort/Makefile index efa36331cb9dd..673ea376832af 100644 --- a/usr.bin/sort/Makefile +++ b/usr.bin/sort/Makefile @@ -1,12 +1,11 @@ # $FreeBSD$ SRCDIR= ${.CURDIR}/../../contrib/sort +.PATH: ${SRCDIR} 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} -include ${.CURDIR}/netbsd.h .include <bsd.prog.mk> - -.PATH: ${SRCDIR} diff --git a/usr.bin/sort/netbsd.h b/usr.bin/sort/netbsd.h deleted file mode 100644 index ebfefade3a01d..0000000000000 --- a/usr.bin/sort/netbsd.h +++ /dev/null @@ -1,4 +0,0 @@ -/* $FreeBSD$ */ - -#define __RCSID(x) /* nothing */ -#define __SCCSID(x) /* nothing */ |
