summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppctl
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-08-31 12:14:32 +0000
committerbrian <brian@FreeBSD.org>1998-08-31 12:14:32 +0000
commitd4fe100b7c72fe7db4913353aac16e81c086053f (patch)
treee8bfba09762d5f95e73f81c57f98466373e460de /usr.sbin/pppctl
parentf2c69105f211df9245ec6d0421d85d4c4fb9956b (diff)
downloadFreeBSD-src-d4fe100b7c72fe7db4913353aac16e81c086053f.zip
FreeBSD-src-d4fe100b7c72fe7db4913353aac16e81c086053f.tar.gz
Remove OpenBSD build support - let the Makefile vary per
OS rather than making it a mess and potentially screwing up cross builds. Suggested by: bde
Diffstat (limited to 'usr.sbin/pppctl')
-rw-r--r--usr.sbin/pppctl/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/usr.sbin/pppctl/Makefile b/usr.sbin/pppctl/Makefile
index 0f4421f..e278cec 100644
--- a/usr.sbin/pppctl/Makefile
+++ b/usr.sbin/pppctl/Makefile
@@ -1,16 +1,10 @@
-# $Id: Makefile,v 1.2 1997/11/07 20:20:12 brian Exp $
+# $Id: Makefile,v 1.3 1998/08/30 23:53:00 brian Exp $
PROG= pppctl
SRCS= pppctl.c
CFLAGS+=-Wall
LDADD+= -ledit -ltermcap
DPADD+= ${LIBEDIT} ${LIBTERMCAP}
-
-OPSYS!= uname -s
-.if (${OPSYS} == "OpenBSD")
-MAN= pppctl.8
-.else
MAN8= pppctl.8
-.endif
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud