minix/tests/usr.bin/id/Makefile
Thomas Cort 4b9cc932b7 Importing usr.bin/id
Replaces commands/id. No Minix-specific changes needed.

Change-Id: I307ae0fa3f41ade398ee9be12c1b4d78e8b59e95
2013-11-12 10:15:47 -05:00

21 lines
343 B
Makefile

# $NetBSD: Makefile,v 1.1 2012/03/17 16:33:14 jruoho Exp $
NOMAN= # defined
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/usr.bin/id
TESTS_SH= t_groups
TESTS_SH+= t_id
TESTS_SH+= t_whoami
BINDIR= ${TESTSDIR}
PROG= h_id
.PATH: ${NETBSDSRCDIR}/usr.bin/id
SRCS= id.c pwgr.c
COPTS.id.c += -Wno-format-nonliteral
.include <bsd.test.mk>