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
10 lines
242 B
Makefile
10 lines
242 B
Makefile
# $NetBSD: Makefile,v 1.12 2009/04/14 22:15:21 lukem Exp $
|
|
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= id
|
|
MAN= id.1 groups.1 whoami.1
|
|
LINKS= ${BINDIR}/id ${BINDIR}/groups
|
|
LINKS+= ${BINDIR}/id ${BINDIR}/whoami
|
|
|
|
.include <bsd.prog.mk>
|