diff options
| author | Paul Traina <pst@FreeBSD.org> | 1997-06-29 06:03:42 +0000 |
|---|---|---|
| committer | Paul Traina <pst@FreeBSD.org> | 1997-06-29 06:03:42 +0000 |
| commit | 72b4ef71792be91d8c67f0eaac8e95fb13dac7b2 (patch) | |
| tree | c2ffc1d3cf0dc9dfadc545b079629bf051dab0de /usr.sbin/cron | |
| parent | 51e6986086b254cf3a68ac8d766f16dbeec5a0bf (diff) | |
Notes
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 ff7691370be7..5c6106568c1b 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: |
