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
13 lines
245 B
Makefile
13 lines
245 B
Makefile
# $NetBSD: Makefile,v 1.2 2002/09/18 05:41:56 lukem Exp $
|
|
|
|
NOMAN= # defined
|
|
|
|
PROG= writev
|
|
|
|
regress: ${PROG}
|
|
@echo "This should print 'writev (expected error): Invalid argument'"
|
|
@echo "Broken if it hangs"
|
|
./${PROG}
|
|
|
|
.include <bsd.prog.mk>
|