summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/sort/Makefile
blob: 30dd080dfd4047647d091a424a170cc9a3fb7cbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# $FreeBSD$

SORTDIR= ${.CURDIR}/../../../contrib/gnu-sort
.PATH: ${SORTDIR}/lib ${SORTDIR}/src ${SORTDIR}/man

PROG=	sort
SRCS=   sort.c \
	argmatch.c \
	dup-safer.c \
	error.c \
	fopen-safer.c \
	getopt.c \
	getopt1.c \
	hard-locale.c \
	human.c \
	long-options.c \
	memcoll.c \
	physmem.c \
	posixver.c \
	quote.c \
	quotearg.c \
	version-etc.c \
	xmalloc.c \
	xmemcoll.c \
	xstrtoul.c \
	xstrtoumax.c

CFLAGS+=-I${.CURDIR} -I${SORTDIR}/lib -DHAVE_CONFIG_H

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud