repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
usr.bin
/
spell
/
spellprog
/
Makefile
blob
265524aebe1ce340ccebbc7f89d3fb9a7121f00a
1
# $NetBSD: Makefile,v 1.3 2006/08/26 18:17:43 christos Exp $
2
3
NOMAN
=
1
4
5
PROG
=
spellprog
6
SRCS
=
spellprog.c look.c
7
BINDIR
= /
usr
/
libexec
8
9
LDADD
+=-
lutil
10
DPADD
+=${
LIBUTIL
}
11
12
.
include
<
bsd.prog.mk
>