From: Paul Mackerras Date: Fri, 28 Apr 1995 06:23:18 +0000 (+0000) Subject: added MAN target for NetBSD-current X-Git-Tag: RELEASE_2_3_6~745 X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=4f2617d4e83b9deaae9adb3c0ec861084c28537b added MAN target for NetBSD-current --- diff --git a/chat/Makefile.bsd b/chat/Makefile.bsd index c7e5081..d299d9a 100644 --- a/chat/Makefile.bsd +++ b/chat/Makefile.bsd @@ -1,8 +1,9 @@ -# $Id: Makefile.bsd,v 1.2 1994/05/26 06:45:03 paulus Exp $ +# $Id: Makefile.bsd,v 1.3 1995/04/28 06:21:15 paulus Exp $ PROG= chat SRCS= chat.c MAN8= chat.0 +MAN= chat.cat8 BINDIR= /usr/sbin .include diff --git a/pppstats/Makefile.bsd b/pppstats/Makefile.bsd index 4c47e4f..e1fe4a2 100644 --- a/pppstats/Makefile.bsd +++ b/pppstats/Makefile.bsd @@ -1,9 +1,10 @@ -# $Id: Makefile.bsd,v 1.3 1994/09/19 04:18:09 paulus Exp $ +# $Id: Makefile.bsd,v 1.4 1995/04/28 06:23:18 paulus Exp $ PROG= pppstats SRCS= pppstats.c CFLAGS+=-I.. MAN8= pppstats.0 +MAN= pppstats.cat8 BINDIR= /usr/sbin .include