HardenedBSD/usr.sbin/amd/pawd/Makefile

22 lines
336 B
Makefile
Raw Normal View History

1998-08-27 10:09:42 +02:00
# ex:ts=8
#
# Makefile for amd
# This file is under a "BSD" copyright (c) by David O'Brien 1998
#
1999-08-28 03:35:59 +02:00
# $FreeBSD$
1998-08-27 10:09:42 +02:00
#
.PATH: ${.CURDIR}/../../../contrib/amd/amq
BINDIR= /usr/bin
PROG= pawd
SRCS= pawd.c amq_clnt.c amq_xdr.c
CFLAGS+= -I${.CURDIR}/../../../contrib/amd/amq
1998-08-30 21:59:53 +02:00
DPADD+= ${LIBAMU}
1998-08-27 10:09:42 +02:00
LDADD+= ${LIBAMU}
.include <bsd.prog.mk>