Home | History | Annotate | Line # | Download | only in mailwrapper
Makefile revision 1.3
      1 #	$NetBSD: Makefile,v 1.3 1999/02/20 22:10:07 thorpej Exp $
      2 
      3 PROG=	mailwrapper
      4 MAN=	mailwrapper.8
      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