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
16 lines
207 B
Makefile
16 lines
207 B
Makefile
# $NetBSD: Makefile,v 1.3 2002/09/18 05:41:54 lukem Exp $
|
|
|
|
NOMAN= # defined
|
|
|
|
PROG= lockf
|
|
WARNS= 2
|
|
|
|
regress:
|
|
@if ./lockf ; then \
|
|
echo "PASSED"; \
|
|
else \
|
|
echo "FAILED"; \
|
|
fi
|
|
|
|
.include <bsd.prog.mk>
|