diff options
Diffstat (limited to 'usr.sbin/lptcontrol/Makefile')
-rw-r--r-- | usr.sbin/lptcontrol/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/lptcontrol/Makefile b/usr.sbin/lptcontrol/Makefile index 8069d07..d4e0c96 100644 --- a/usr.sbin/lptcontrol/Makefile +++ b/usr.sbin/lptcontrol/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ PROG= lptcontrol +MAN= lptcontrol.8 CFLAGS+= -Wall .include <bsd.prog.mk> |