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]
/
external
/
bsd
/
am-utils
/
bin
/
amq
/
Makefile
blob
c4587b5734c6b8f33ed1436b18c80042e12155fc
1
# $NetBSD: Makefile,v 1.14 2006/05/11 09:08:09 mrg Exp $
2
3
.
include
"${.CURDIR}/../Makefile.inc"
4
5
PROG
=
amq
6
7
DIST
= ${
IDIST
}/
amq
8
.PATH
: ${
DIST
}
9
10
SRCS
=
amq_xdr.c amq_clnt.c amq.c
11
MAN
+=
amq
.8
12
13
CPPFLAGS
+= -
I
${
DIST
}
14
LDADD
+= ${
LIBAMU
}
15
16
.if
${
HAVE_GCC
} ==
4
17
COPTS.amq_xdr.c
+= -
fno-strict-aliasing
18
COPTS.amq.c
+= -
fno-strict-aliasing
19
.
endif
20
21
.
include
<
bsd.prog.mk
>