xref: /original-bsd/usr.bin/uucp/uupoll/Makefile (revision f44e8c13)
1*f44e8c13Sbostic#	@(#)Makefile	8.1 (Berkeley) 06/06/93
24e62289eSbostic
34e62289eSbosticPROG=	uupoll
44e62289eSbosticCFLAGS+=-I${.CURDIR}/../includes
54e62289eSbosticBINMODE=6555
64e62289eSbosticDPADD=	${LIBCOMPAT}
74e62289eSbosticLDADD=	${LIBUU} -lcompat
84e62289eSbosticMAN8=	uupoll.0
94e62289eSbostic
104e62289eSbostic.include <bsd.prog.mk>
11