Importing usr.bin/id

Replaces commands/id. No Minix-specific changes needed.

Change-Id: I307ae0fa3f41ade398ee9be12c1b4d78e8b59e95
This commit is contained in:
Thomas Cort
2013-11-12 08:40:59 -05:00
parent a0e6850f82
commit 4b9cc932b7
9 changed files with 21 additions and 16 deletions

11
usr.bin/id/Makefile Normal file
View File

@@ -0,0 +1,11 @@
# $NetBSD: Makefile,v 1.13 2011/08/16 10:37:21 christos 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
COPTS.id.c += -Wno-format-nonliteral
.include <bsd.prog.mk>