repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Drop main() prototype. Syncs with NetBSD-8
[minix.git]
/
usr.bin
/
calendar
/
Makefile
blob
72aa9793dd5cc2d34e39f380e924004133d00597
1
# $NetBSD: Makefile,v 1.14 2009/04/14 22:15:17 lukem Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4
.
include
<
bsd.own.mk
>
5
6
PROG
=
calendar
7
.if
${
MKSHARE
} !=
"no"
8
FILESDIR
=/
usr
/
share
/
calendar
9
FILES
!=
echo
${
.CURDIR
}/
calendars
/
calendar.
*
10
.
endif
11
12
.
include
<
bsd.prog.mk
>