]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - usr.sbin/i4b/isdntest/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / usr.sbin / i4b / isdntest / Makefile
1 # $FreeBSD$
2
3 PROG=   isdntest
4 MAN=    isdntest.8
5 SRCS=   main.c
6
7 install:
8         @${ECHO} "isdntest is not installed automatically"
9
10 .include <bsd.prog.mk>