4c1a82cea5
The default package use to be FreeBSD-runtime but it should only contain binaries and libs enough to boot to single user and repair the system, it is also very handy to have a package that can be tranform to a small mfsroot. So create a new package named FreeBSD-utilities and make it the default one. Also move a few binaries and lib into this package when it make sense. Reviewed by: bapt, gjb Differential Revision: https://reviews.freebsd.org/D21506
16 lines
311 B
Makefile
16 lines
311 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= calendar
|
|
|
|
SRCS= calendar.c easter.c
|
|
INCS= calendar.h
|
|
|
|
MAN= calendar.3
|
|
|
|
MLINKS= calendar.3 easterg.3 calendar.3 easterog.3 calendar.3 easteroj.3 \
|
|
calendar.3 gdate.3 calendar.3 jdate.3 \
|
|
calendar.3 ndaysg.3 calendar.3 ndaysj.3 \
|
|
calendar.3 week.3 calendar.3 weekday.3
|
|
|
|
.include <bsd.lib.mk>
|