From 3836772d94c10a7856645e7a71fe0906ea213d2b Mon Sep 17 00:00:00 2001 From: obrien Date: Sat, 6 Apr 2002 21:03:33 +0000 Subject: Fix style. --- usr.bin/sort/Makefile | 5 ++--- usr.bin/sort/netbsd.h | 4 ---- 2 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 usr.bin/sort/netbsd.h (limited to 'usr.bin') 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 - -.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 */ -- cgit v1.1