diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 2001-09-08 20:22:38 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 2001-09-08 20:22:38 +0000 |
commit | d420cb63d4ab3bf58906e4731acd0c864c5f0412 (patch) | |
tree | 818eb3ca9ee9c358748a5506d05a932c2dbfcd05 /usr.sbin/ppp | |
parent | aa557a2105c817654ba93666792389b526342716 (diff) |
The generated ppp.8 should be removed by 'make clean'. brian@ ok.
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r-- | usr.sbin/ppp/ppp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/ppp/Makefile b/usr.sbin/ppp/ppp/Makefile index 2ba91505c3f..0c3a81833d7 100644 --- a/usr.sbin/ppp/ppp/Makefile +++ b/usr.sbin/ppp/ppp/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.22 2001/08/19 23:22:17 brian Exp $ +# $OpenBSD: Makefile,v 1.23 2001/09/08 20:22:37 ho Exp $ PROG= ppp SRCS= alias.c alias_cuseeme.c alias_db.c alias_ftp.c alias_irc.c \ @@ -23,6 +23,7 @@ BINOWN= root .endif BINGRP= network MAN= ppp.8 +CLEANFILES= ppp.8 .SUFFIXES: .8 .8.m4 |