Style; line up columns, space things out more consistently.
This commit is contained in:
parent
81edeb0a44
commit
348870705a
@ -1,11 +1,12 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
PROG= ncal
|
|
||||||
SRCS= ncal.c
|
|
||||||
|
|
||||||
DPADD+= ${LIBCALENDAR}
|
PROG= ncal
|
||||||
LDADD+= -lcalendar
|
SRCS= ncal.c
|
||||||
|
|
||||||
LINKS= ${BINDIR}/ncal ${BINDIR}/cal
|
DPADD+= ${LIBCALENDAR}
|
||||||
MLINKS= ncal.1 cal.1
|
LDADD+= -lcalendar
|
||||||
|
|
||||||
|
LINKS= ${BINDIR}/ncal ${BINDIR}/cal
|
||||||
|
MLINKS= ncal.1 cal.1
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user