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
Bump date for new sysctl.
[netbsd-mini2440.git]
/
libexec
/
lfs_cleanerd
/
Makefile
blob
dbf0708b352340c883fa7d40d5b22bafba532657
1
# $NetBSD: Makefile,v 1.14 2009/06/21 20:20:50 christos Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/18/93
3
4
.
include
"Makefile.inc"
5
6
PROG
=
lfs_cleanerd
7
MAN
=
lfs_cleanerd
.8
8
9
BINDIR
= /
libexec
10
.if
(${
MKDYNAMICROOT
} ==
"no"
)
11
LDSTATIC?
= -
static
12
.
endif
13
14
.
include
<
bsd.prog.mk
>