summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-04-06 21:03:33 +0000
committerobrien <obrien@FreeBSD.org>2002-04-06 21:03:33 +0000
commit3836772d94c10a7856645e7a71fe0906ea213d2b (patch)
tree1e6c2370a8a2dda385b0fc091ad0a837915d51f5 /usr.bin
parent0b7b7272faa244d5d52e51e647cd502ed46c6f23 (diff)
downloadFreeBSD-src-3836772d94c10a7856645e7a71fe0906ea213d2b.zip
FreeBSD-src-3836772d94c10a7856645e7a71fe0906ea213d2b.tar.gz
Fix style.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/sort/Makefile5
-rw-r--r--usr.bin/sort/netbsd.h4
2 files changed, 2 insertions, 7 deletions
diff --git a/usr.bin/sort/Makefile b/usr.bin/sort/Makefile
index efa3633..673ea37 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 ebfefad..0000000
--- a/usr.bin/sort/netbsd.h
+++ /dev/null
@@ -1,4 +0,0 @@
-/* $FreeBSD$ */
-
-#define __RCSID(x) /* nothing */
-#define __SCCSID(x) /* nothing */
OpenPOWER on IntegriCloud