]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/rmail/Makefile
Bring in the simplified port probe from src/sys/i386/isa/lpt.c
[FreeBSD/FreeBSD.git] / bin / rmail / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 5/31/93
2 #       $Id: Makefile,v 1.6 1997/02/22 14:05:29 peter Exp $
3
4 .PATH:  ${.CURDIR}/../../contrib/sendmail/rmail
5
6 PROG=   rmail
7 MAN8=   rmail.8
8
9 # If you want to have your rmail queuing the mail only, uncomment the
10 # following:
11 # CFLAGS+= -DQUEUE_ONLY
12
13 # Not much point this being static. It calls a shared sendmail...
14 NOSHARED?= NO
15
16 .include <bsd.prog.mk>