Style; line up columns, space things out more consistently.

This commit is contained in:
Mark Murray 2002-04-28 12:24:20 +00:00
parent 81edeb0a44
commit 348870705a

View File

@ -1,11 +1,12 @@
# $FreeBSD$
PROG= ncal
SRCS= ncal.c
DPADD+= ${LIBCALENDAR}
LDADD+= -lcalendar
PROG= ncal
SRCS= ncal.c
LINKS= ${BINDIR}/ncal ${BINDIR}/cal
MLINKS= ncal.1 cal.1
DPADD+= ${LIBCALENDAR}
LDADD+= -lcalendar
LINKS= ${BINDIR}/ncal ${BINDIR}/cal
MLINKS= ncal.1 cal.1
.include <bsd.prog.mk>