e214d537fb
<bsd.own.mk>, as we now set BINDIR,LIBDIR,MANDIR in <bsd.x11.mk> rather than using a hierarchy of Makefile.inc files just to include x11/Makefile.inc to get those variables.
19 lines
384 B
Makefile
19 lines
384 B
Makefile
# $NetBSD: Makefile,v 1.2 2003/09/13 20:18:08 lukem Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
PROG= pswrap
|
|
SRCS= main.c pswparser.y lexer.l pswdict.c pswfile.c \
|
|
systemnames.c psw.c pswstring.c pswsemantics.c
|
|
|
|
YHEADER=1
|
|
|
|
CPPFLAGS+=-DXENVIRONMENT -DFRIENDSFILE='"<DPS/dpsfriends.h>"' -I.
|
|
|
|
pswpriv.h: pswparser.h
|
|
|
|
.PATH: ${X11SRCDIR.xc}/config/pswrap
|
|
|
|
.include <bsd.x11.mk>
|
|
.include <bsd.prog.mk>
|