diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-03-08 00:19:19 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-03-08 00:19:19 +0000 |
| commit | 3d1442be994a89ba5ee466c21dd94fe14f9c5ed1 (patch) | |
| tree | f09d592390415df55b2b891a2dd7c9841fa32a4a | |
| parent | 4d5459f794df38a65503dd5db9c4bb7145dc5acc (diff) | |
Notes
| -rw-r--r-- | usr.sbin/cron/Makefile.inc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.sbin/cron/Makefile.inc b/usr.sbin/cron/Makefile.inc new file mode 100644 index 000000000000..b6021e3abb7a --- /dev/null +++ b/usr.sbin/cron/Makefile.inc @@ -0,0 +1,9 @@ +# $Id$ + +.if exists(${.OBJDIR}/../lib) +LIBCRON=${.OBJDIR}/../lib/libcron.a +.else +LIBCRON=${.CURDIR}/../lib/libcron.a +.endif + +.include "../Makefile.inc" |
