Home | History | Annotate | Line # | Download | only in mailwrapper
Makefile revision 1.4
      1 #	$NetBSD: Makefile,v 1.4 1999/03/25 16:40:18 is Exp $
      2 
      3 PROG=	mailwrapper
      4 MAN=	mailwrapper.8 mailer.conf.5
      5 
      6 DPADD+=	${LIBUTIL}
      7 LDADD+=	-lutil
      8 
      9 SYMLINKS= 	/usr/sbin/mailwrapper /usr/sbin/sendmail  \
     10 		/usr/sbin/mailwrapper /usr/bin/newaliases \
     11 		/usr/sbin/mailwrapper /usr/bin/mailq
     12 
     13 .include <bsd.prog.mk>
     14