1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-30 16:51:41 +00:00

Fix style.

This commit is contained in:
David E. O'Brien 2002-04-06 21:03:33 +00:00
parent 1730dab2e6
commit 528b02ffd0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93994
2 changed files with 2 additions and 7 deletions

View File

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

View File

@ -1,4 +0,0 @@
/* $FreeBSD$ */
#define __RCSID(x) /* nothing */
#define __SCCSID(x) /* nothing */