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
/
libexec
/
sendmail
/
Makefile
blob
52ff0f87b8c8dc19b42a8a9fad92aabf93c5d9b0
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
=
sendmail
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
>