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
/
postqueue
/
Makefile
blob
a472e05f4e5cc2f8b603538f86c2b7d2386a9482
1
# $NetBSD: Makefile,v 1.1 2009/06/23 15:02:55 tron Exp $
2
3
NOMAN
=
# defined
4
5
.
include
<
bsd.own.mk
>
6
7
PROG
=
postqueue
8
9
DIST
= ${
NETBSDSRCDIR
}/
external
/
ibm-public
/
postfix
/
dist
/
src
/${
PROG
}
10
.PATH
: ${
DIST
}
11
12
BINGRP
=
maildrop
13
BINMODE
=
2555
14
15
DPADD
+= ${
LIBPGLOBAL
} ${
LIBPUTIL
}
16
LDADD
+= ${
LIBPGLOBAL
} ${
LIBPUTIL
}
17
18
.
include
<
bsd.prog.mk
>