Expand PMF_FN_* macros.
[netbsd-mini2440.git] / x11 / bin / pswrap / Makefile
blob5575bfdcc3162cde5b3f6e68040e5c5952f944df
1 # $NetBSD: Makefile,v 1.2 2003/09/13 20:18:08 lukem Exp $
3 .include <bsd.own.mk>
5 PROG= pswrap
6 SRCS= main.c pswparser.y lexer.l pswdict.c pswfile.c \
7 systemnames.c psw.c pswstring.c pswsemantics.c
9 YHEADER=1
11 CPPFLAGS+= -DXENVIRONMENT \
12 -DFRIENDSFILE='"<DPS/dpsfriends.h>"' \
13 -I. \
14 -I${X11SRCDIR.xc}/config/pswrap
16 pswpriv.h: pswparser.h
18 .PATH: ${X11SRCDIR.xc}/config/pswrap
20 .include <bsd.x11.mk>
21 .include <bsd.prog.mk>