Deleted Added
full compact
Makefile (1591) Makefile (9701)
1# @(#)Makefile 8.1 (Berkeley) 6/6/93
2
3PROG= calendar
4
5beforeinstall:
1# @(#)Makefile 8.1 (Berkeley) 6/6/93
2
3PROG= calendar
4
5beforeinstall:
6 install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
6 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
7 ${.CURDIR}/calendars/calendar.* ${DESTDIR}/usr/share/calendar
8
9.include <bsd.prog.mk>
7 ${.CURDIR}/calendars/calendar.* ${DESTDIR}/usr/share/calendar
8
9.include <bsd.prog.mk>