Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / external / mit / xorg / bin / missing-apps / pswrap / Makefile
blob38da1517b2c65ca33e14e1de778fc602a4b8158c
1 # $NetBSD: Makefile,v 1.3 2003/09/23 11:04:45 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>