mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-03 12:35:02 +00:00
Style; line up columns, space things out more consistently.
This commit is contained in:
parent
81edeb0a44
commit
348870705a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=95640
@ -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