Style; line up columns, space things out more consistently.
This commit is contained in:
parent
81edeb0a44
commit
348870705a
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user