diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-29 19:14:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-29 19:14:38 +0000 |
commit | f63f4a3e701ac921bf16100c86bbd7500e5a0b4e (patch) | |
tree | 664d5ac743f0228aff41bdd02218d4819ff7e08f | |
parent | 20b3c5c49823f8b7004edc9d25eb483298b72914 (diff) |
mlink ppp(8) to pppd(8)
-rw-r--r-- | usr.sbin/pppd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/pppd/Makefile b/usr.sbin/pppd/Makefile index 13b90421f20..65c24f33248 100644 --- a/usr.sbin/pppd/Makefile +++ b/usr.sbin/pppd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 1996/04/21 23:41:13 deraadt Exp $ +# $OpenBSD: Makefile,v 1.5 1996/05/29 19:14:37 deraadt Exp $ # $NetBSD: Makefile,v 1.12 1996/03/19 03:03:04 jtc Exp $ PROG= pppd @@ -18,4 +18,6 @@ DPADD= ${LIBUTIL} CFLAGS+= -I. -I${.CURDIR} -DHAVE_PATHS_H CLEANFILES=y.tab.h grammar.c scanner.c +MLINKS= pppd.8 ppp.8 + .include <bsd.prog.mk> |