Expand PMF_FN_* macros.
[netbsd-mini2440.git] / usr.sbin / ofctl / Makefile
blob08fa2f74c7673441cad98530fef9e4c6cba36f16
1 # from: @(#)Makefile 5.8 (Berkeley) 7/28/90
2 # $NetBSD: Makefile,v 1.5 2009/02/14 13:56:42 abs Exp $
4 .if ${MACHINE} == "sparc64" || ${MACHINE} == "macppc" \
5 || ${MACHINE} == "shark" || ${MACHINE} == "sparc"
7 PROG= ofctl
9 SRCS= ofctl.c
11 LDADD+= -lprop
12 DPADD+= ${LIBPROP}
14 .endif
16 MAN= ofctl.8
18 .include <bsd.prog.mk>