diff options
author | rgrimes <rgrimes@FreeBSD.org> | 2000-01-14 07:57:47 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 2000-01-14 07:57:47 +0000 |
commit | c127d0e61e914c6951d98986385ccb730b115cf9 (patch) | |
tree | e0bf2775a4898eda7838b05b1a539892d8ea781c /lib/libcalendar | |
parent | 2801ff847ca9459d227f155a4dedd395b7d35a30 (diff) | |
download | FreeBSD-src-c127d0e61e914c6951d98986385ccb730b115cf9.zip FreeBSD-src-c127d0e61e914c6951d98986385ccb730b115cf9.tar.gz |
Replace beforeinstall target with new variables used by .mk system.
Reviewed by: marcel, and make world
Diffstat (limited to 'lib/libcalendar')
-rw-r--r-- | lib/libcalendar/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libcalendar/Makefile b/lib/libcalendar/Makefile index 4ecd11a..9674405 100644 --- a/lib/libcalendar/Makefile +++ b/lib/libcalendar/Makefile @@ -3,6 +3,7 @@ LIB= calendar SRCS= calendar.c easter.c +INCS= calendar.h MAN3= calendar.3 @@ -13,8 +14,4 @@ MLINKS= calendar.3 easterg.3 calendar.3 easterog.3 calendar.3 easteroj.3 \ CFLAGS+=-I. -I${.CURDIR} -Wall -beforeinstall: - ${INSTALL} -C -m 444 -o $(BINOWN) -g $(BINGRP) ${.CURDIR}/calendar.h \ - ${DESTDIR}/usr/include - .include <bsd.lib.mk> |