summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcvt/kbdio
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1997-06-29 06:03:42 +0000
committerpst <pst@FreeBSD.org>1997-06-29 06:03:42 +0000
commit1b991716a40d6a610dc43632073c47ebe7664cfc (patch)
treec7158127b2b2c61e70ffad22dc1dc51137e9d1dd /usr.sbin/pcvt/kbdio
parentf8b9ad4f30d3e1eb9d5bce568a61b5a4ca35a8ad (diff)
downloadFreeBSD-src-1b991716a40d6a610dc43632073c47ebe7664cfc.zip
FreeBSD-src-1b991716a40d6a610dc43632073c47ebe7664cfc.tar.gz
NOSHARED takes a yes/YES no/NO value, not "true, false, hey mon!".
NOPIC is used to not generate a shared library, not NOSHARED. Make NOSHARED advisory where appropriate. Remove bogus NOSHARED (kbdio).
Diffstat (limited to 'usr.sbin/pcvt/kbdio')
-rw-r--r--usr.sbin/pcvt/kbdio/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/pcvt/kbdio/Makefile b/usr.sbin/pcvt/kbdio/Makefile
index 398736f..2b320b4 100644
--- a/usr.sbin/pcvt/kbdio/Makefile
+++ b/usr.sbin/pcvt/kbdio/Makefile
@@ -23,7 +23,6 @@ DPADD= ${LIBM} ${LIBY} ${LIBL}
LDADD= -lm -ly -ll
NOMAN=
-NOSHARED= no shared linkage
CFLAGS+= -I${.OBJDIR} -I${.CURDIR} #-g
OpenPOWER on IntegriCloud