Importing usr.bin/id
Replaces commands/id. No Minix-specific changes needed. Change-Id: I307ae0fa3f41ade398ee9be12c1b4d78e8b59e95
This commit is contained in:
11
usr.bin/id/Makefile
Normal file
11
usr.bin/id/Makefile
Normal 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>
|
||||
Reference in New Issue
Block a user