repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
share
/
examples
/
getdate
/
Makefile
blob
16e7bab66e0a56aa64014e3a1a0034b505cfa685
1
# $NetBSD$
2
3
NOOBJ
=
# defined
4
5
.
include
<
bsd.own.mk
>
6
7
.if
${
MKSHARE
} !=
"no"
8
FILES
=
datemsk.template posixmsk.example3 posixmsk.example4
9
FILESDIR
=/
usr
/
share
/
examples
/
getdate
10
.
endif
11
12
.
include
<
bsd.prog.mk
>