diff options
Diffstat (limited to 'mailstats/Makefile')
-rw-r--r-- | mailstats/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mailstats/Makefile b/mailstats/Makefile new file mode 100644 index 0000000..d1a3996 --- /dev/null +++ b/mailstats/Makefile @@ -0,0 +1,8 @@ +# @(#)Makefile 8.2 (Berkeley) 9/21/96 + +PROG= mailstats +MAN8= mailstats.0 +CFLAGS+=-I${.CURDIR}/../src + +.include "../../Makefile.inc" +.include <bsd.prog.mk> |