diff options
Diffstat (limited to 'usr.sbin/i4b/isdndebug/Makefile')
-rw-r--r-- | usr.sbin/i4b/isdndebug/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/i4b/isdndebug/Makefile b/usr.sbin/i4b/isdndebug/Makefile index 94b1ade..5a31de9 100644 --- a/usr.sbin/i4b/isdndebug/Makefile +++ b/usr.sbin/i4b/isdndebug/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ -PROG = isdndebug -SRCS = main.c -MAN = isdndebug.8 + +PROG= isdndebug +MAN= isdndebug.8 +SRCS= main.c .include <bsd.prog.mk> |