dcab0210a0
include <bsd.own.mk> if testing a MKxxx variable.
10 lines
135 B
Makefile
10 lines
135 B
Makefile
# $NetBSD: Makefile,v 1.3 1999/02/13 02:54:32 lukem Exp $
|
|
|
|
PROG= except
|
|
MKMAN= no
|
|
|
|
regress: ${PROG}
|
|
./${PROG}
|
|
|
|
.include <bsd.prog.mk>
|