9 lines
194 B
Makefile
9 lines
194 B
Makefile
# $NetBSD: Makefile,v 1.7 1997/03/24 21:59:39 christos Exp $
|
|
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= id
|
|
MAN= id.1 groups.1 whoami.1
|
|
SCRIPTS=groups.sh whoami.sh
|
|
|
|
.include <bsd.prog.mk>
|