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
14 lines
246 B
Makefile
14 lines
246 B
Makefile
# $NetBSD: Makefile,v 1.11 2009/04/14 22:15:23 lukem Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
WARNS?= 2 # XXX -Wcast-qual issues
|
|
|
|
PROG= man
|
|
SRCS= man.c manconf.c
|
|
MAN= man.1 man.conf.5
|
|
|
|
DPADD+= ${LIBUTIL}
|
|
LDADD+= -lutil
|
|
|
|
.include <bsd.prog.mk>
|