diff options
author | pst <pst@FreeBSD.org> | 1997-06-29 06:03:42 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1997-06-29 06:03:42 +0000 |
commit | 1b991716a40d6a610dc43632073c47ebe7664cfc (patch) | |
tree | c7158127b2b2c61e70ffad22dc1dc51137e9d1dd /usr.sbin/cron | |
parent | f8b9ad4f30d3e1eb9d5bce568a61b5a4ca35a8ad (diff) | |
download | FreeBSD-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/cron')
-rw-r--r-- | usr.sbin/cron/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/cron/lib/Makefile b/usr.sbin/cron/lib/Makefile index ff76913..5c61065 100644 --- a/usr.sbin/cron/lib/Makefile +++ b/usr.sbin/cron/lib/Makefile @@ -2,7 +2,7 @@ LIB= cron SRCS= entry.c env.c misc.c CFLAGS+= -I${.CURDIR}/../cron -NOSHARED= yes +NOPIC= yes NOPROFILE= yes install: |