NetBSD/usr.sbin/mailwrapper/Makefile
thorpej 0d7a8dcb83 - Rewrite to use fparseln(), strspn(), strsep(). Avoids statically-sized
buffers and allows for line continuation.
- Use __progname instead of chopping argv[0] into a statically-sized
  temporary buffer.
1999-02-20 22:10:07 +00:00

14 lines
298 B
Makefile

# $NetBSD: Makefile,v 1.3 1999/02/20 22:10:07 thorpej Exp $
PROG= mailwrapper
MAN= mailwrapper.8
DPADD+= ${LIBUTIL}
LDADD+= -lutil
SYMLINKS= /usr/sbin/mailwrapper /usr/sbin/sendmail \
/usr/sbin/mailwrapper /usr/bin/newaliases \
/usr/sbin/mailwrapper /usr/bin/mailq
.include <bsd.prog.mk>