semaphore.h: Revert the last commit. NULL is not defined here.
[dragonfly.git] / usr.sbin / i4b / isdntest / Makefile
blobe2225e6538e44836eda2957978b5dc536570680a
1 # $FreeBSD: src/usr.sbin/i4b/isdntest/Makefile,v 1.2.2.2 2001/08/01 17:29:18 obrien Exp $
2 # $DragonFly: src/usr.sbin/i4b/isdntest/Makefile,v 1.2 2003/06/17 04:29:55 dillon Exp $
4 PROG= isdntest
5 MAN= isdntest.8
6 SRCS= main.c
8 install:
9 @echo isdntest is not installed automatically
11 .include <bsd.prog.mk>