diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-08-06 23:01:49 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-08-06 23:01:49 +0000 |
| commit | 170812ea7a660ba9ced7ed92c13a6c28fd41307b (patch) | |
| tree | 72820889f5c7db907a1740b543072166b68151c8 /usr.sbin/makemap | |
| parent | 448bbb58059594280e0c3f2e3e5a03c4c715212e (diff) | |
Notes
Diffstat (limited to 'usr.sbin/makemap')
| -rw-r--r-- | usr.sbin/makemap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/makemap/Makefile b/usr.sbin/makemap/Makefile index b0878221e2b4..735e285c8ccc 100644 --- a/usr.sbin/makemap/Makefile +++ b/usr.sbin/makemap/Makefile @@ -1,7 +1,7 @@ # @(#)Makefile 8.4 (Berkeley) 6/10/97 PROG= makemap -SRCS= makemap.c safefile.c #snprintf.c +SRCS= makemap.c safefile.c snprintf.c MAN8= makemap.8 CFLAGS+=-I${.CURDIR}/../../contrib/sendmail/src -DNEWDB -DNOT_SENDMAIL |
