08c81a9c2d
- list NOxxx and LDSTATIC= assignments before everything else (especially <bsd.own.mk>) - ensure <bsd.own.mk> is included before NETBSDSRCDIR is used - add missing RCSids
11 lines
200 B
Makefile
11 lines
200 B
Makefile
# $NetBSD: Makefile,v 1.4 2002/09/18 05:41:54 lukem Exp $
|
|
|
|
NOMAN= # defined
|
|
|
|
PROG= pipe1
|
|
|
|
regress: ${PROG}
|
|
@./${PROG} || ( echo 'pipe write restart test failed' && exit 1 )
|
|
|
|
.include <bsd.prog.mk>
|