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
Sync usage with man page.
[netbsd-mini2440.git]
/
external
/
ibm-public
/
postfix
/
sbin
/
postlock
/
Makefile
blob
d817310afe3b8d3e5f0ea206bac2ed46f934be7f
1
# $NetBSD: Makefile,v 1.1 2009/06/23 15:02:54 tron Exp $
2
3
NOMAN
=
# defined
4
5
.
include
<
bsd.own.mk
>
6
7
PROG
=
postlock
8
9
DIST
= ${
NETBSDSRCDIR
}/
external
/
ibm-public
/
postfix
/
dist
/
src
/${
PROG
}
10
.PATH
: ${
DIST
}
11
12
DPADD
+= ${
LIBPGLOBAL
} ${
LIBPUTIL
}
13
LDADD
+= ${
LIBPGLOBAL
} ${
LIBPUTIL
}
14
15
.
include
<
bsd.prog.mk
>