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
tools/llvm: Do not build with symbols
[minix3.git]
/
usr.bin
/
column
/
Makefile
blob
c41e3b6e3267266ccca7eb1c1ff46e49c4269433
1
# $NetBSD: Makefile,v 1.7 2009/04/14 22:15:18 lukem Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4
PROG
=
column
5
6
LDADD
+=-
lutil
7
DPADD
+=${
LIBUTIL
}
8
9
.
include
<
bsd.prog.mk
>