summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcvt/Makefile.inc
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-02-12 01:51:34 +0000
committerjkh <jkh@FreeBSD.org>1995-02-12 01:51:34 +0000
commit5eb65213a574dd16c1f697335c6dd9176d773147 (patch)
treedbfd53befc2653a70e51f4475696fb08b0d75f36 /usr.sbin/pcvt/Makefile.inc
parente9a95dfcb41ee6dfc6984f3c4aec8c1398fd3f82 (diff)
downloadFreeBSD-src-5eb65213a574dd16c1f697335c6dd9176d773147.zip
FreeBSD-src-5eb65213a574dd16c1f697335c6dd9176d773147.tar.gz
Updated this to be more FreeBSD-like; there was a lot of bipartisan cruft
in here that just made it a heck of a lot more confusing to maintain. Somebody like Joerg can reality-check this at some point, when they have more time. For now, it works.
Diffstat (limited to 'usr.sbin/pcvt/Makefile.inc')
-rw-r--r--usr.sbin/pcvt/Makefile.inc27
1 files changed, 5 insertions, 22 deletions
diff --git a/usr.sbin/pcvt/Makefile.inc b/usr.sbin/pcvt/Makefile.inc
index 210acb0..1329c97 100644
--- a/usr.sbin/pcvt/Makefile.inc
+++ b/usr.sbin/pcvt/Makefile.inc
@@ -1,25 +1,8 @@
-BINDIR = /usr/local/bin
+BINDIR = /usr/sbin
FONTDIR = /usr/share/misc/pcvtfonts
-LIBDIR = /usr/local/lib
+LIBDIR = /usr/lib
LIBMODE = 644
-# for pcvt_ioctl.h
-
-INCDIR = /usr/include/machine
-INCOWN = bin
-INCGRP = bin
-INCMODE = 444
-
-${INCDIR}/pcvt_ioctl.h: ${.CURDIR}/../../pcvt_ioctl.h
- install ${COPY} -o ${INCOWN} -g ${INCGRP} -m ${INCMODE} \
- ${.CURDIR}/../../pcvt_ioctl.h ${INCDIR}
-
-.depend: ${INCDIR}/pcvt_ioctl.h
-
-# for FreeBSD (they nroffify "on the fly")
-
-MAN3EXT = 3
-MAN4EXT = 4
-MAN5EXT = 5
-MAN8EXT = 8
-MANDIR = /usr/local/man/man
+MAN3EXT= 3
+MAN5EXT= 5
+MAN8EXT= 8
OpenPOWER on IntegriCloud