diff options
author | ats <ats@FreeBSD.org> | 1995-05-28 21:18:20 +0000 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-05-28 21:18:20 +0000 |
commit | 96e4c12ad45aa06a267b0d1e4a3c76c5dab3331c (patch) | |
tree | bbcda4ca66c7f2d1beec31ebf630b733f60b7da8 /gnu/usr.sbin | |
parent | 3e10e5e8e29cd554d9c1e381f5c2fdba6c37fd05 (diff) | |
download | FreeBSD-src-96e4c12ad45aa06a267b0d1e4a3c76c5dab3331c.zip FreeBSD-src-96e4c12ad45aa06a267b0d1e4a3c76c5dab3331c.tar.gz |
Reviewed by: with the allowance of Rod :-).
Add a NOMAN= . It doesn't have a manual page yet.
Please don't cry :-). I ask Rod first. the whole isdn subdir is not
used in the moment and is only dead source code in the tree.
Diffstat (limited to 'gnu/usr.sbin')
-rw-r--r-- | gnu/usr.sbin/isdn/itel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.sbin/isdn/itel/Makefile b/gnu/usr.sbin/isdn/itel/Makefile index 089e993..f7da3f3 100644 --- a/gnu/usr.sbin/isdn/itel/Makefile +++ b/gnu/usr.sbin/isdn/itel/Makefile @@ -1,4 +1,5 @@ PROG= iteld CFLAGS+= -DBSD -O +NOMAN= yes .include <bsd.prog.mk> |