1 1.5 itojun # $NetBSD: Makefile,v 1.5 2000/07/26 16:35:34 itojun Exp $ 2 1.1 perry 3 1.1 perry PROG= mailwrapper 4 1.4 is MAN= mailwrapper.8 mailer.conf.5 5 1.3 thorpej 6 1.3 thorpej DPADD+= ${LIBUTIL} 7 1.3 thorpej LDADD+= -lutil 8 1.1 perry 9 1.2 perry SYMLINKS= /usr/sbin/mailwrapper /usr/sbin/sendmail \ 10 1.2 perry /usr/sbin/mailwrapper /usr/bin/newaliases \ 11 1.5 itojun /usr/sbin/mailwrapper /usr/bin/mailq \ 12 1.5 itojun /usr/sbin/mailwrapper /usr/bin/hoststat \ 13 1.5 itojun /usr/sbin/mailwrapper /usr/bin/purgestat 14 1.1 perry 15 1.1 perry .include <bsd.prog.mk> 16