c1ceae17f0
awk bdes checknr compile_et error gss hxtool kgetcred kinit klist ldd less lex locale login m4 man menuc mk_cmds mklocale msgc openssl rpcgen rpcinfo sdiff spell ssh string2key telnet tn3270 verify_krb5_conf xlint
13 lines
188 B
Makefile
13 lines
188 B
Makefile
# $NetBSD: Makefile,v 1.4 2009/04/14 22:15:26 lukem Exp $
|
|
|
|
NOMAN= 1
|
|
|
|
PROG= spellprog
|
|
SRCS= spellprog.c look.c
|
|
BINDIR= /usr/libexec
|
|
|
|
LDADD+=-lutil
|
|
DPADD+=${LIBUTIL}
|
|
|
|
.include <bsd.prog.mk>
|