repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync with manuals from netbsd-8 branch.
[minix3.git]
/
usr.bin
/
sort
/
Makefile
blob
fd177c57f4e970b348d9498cfec7ca86284ece65
1
# $NetBSD: Makefile,v 1.8 2009/09/10 22:02:40 dsl Exp $
2
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4
PROG
=
sort
5
SRCS
=
append.c fields.c files.c fsort.c init.c msort.c
sort
.c tmp.c
6
SRCS
+=
radix_sort.c
7
8
LDADD
+=-
lutil
9
DPADD
+=${
LIBUTIL
}
10
11
.
include
<
bsd.prog.mk
>