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

View File

@@ -12,11 +12,7 @@ TESTS_SH+= t_whoami
BINDIR= ${TESTSDIR}
PROG= h_id
.if defined(__MINIX)
.PATH: ${NETBSDSRCDIR}/commands/id
.else
.PATH: ${NETBSDSRCDIR}/usr.bin/id
.endif # defined(__MINIX)
SRCS= id.c pwgr.c
COPTS.id.c += -Wno-format-nonliteral