mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-30 16:51:41 +00:00
Fix style.
This commit is contained in:
parent
1730dab2e6
commit
528b02ffd0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93994
@ -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}
|
||||
|
@ -1,4 +0,0 @@
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#define __RCSID(x) /* nothing */
|
||||
#define __SCCSID(x) /* nothing */
|
Loading…
Reference in New Issue
Block a user