aboutsummaryrefslogtreecommitdiff
path: root/lib/libcalendar
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>2000-01-14 07:57:47 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>2000-01-14 07:57:47 +0000
commitd05257b0f2bad8d76a4e0bb3cae2bdacb08ff947 (patch)
treeeb6fb1d114d443d91bf0dfbd4b2abce399113c75 /lib/libcalendar
parentfccf86c1a443ed9e2359c8a05e6ec462078e5629 (diff)
downloadsrc-d05257b0f2bad8d76a4e0bb3cae2bdacb08ff947.tar.gz
src-d05257b0f2bad8d76a4e0bb3cae2bdacb08ff947.zip
Notes
Diffstat (limited to 'lib/libcalendar')
-rw-r--r--lib/libcalendar/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libcalendar/Makefile b/lib/libcalendar/Makefile
index 4ecd11ac2622..9674405d2025 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>