diff options
| author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2003-07-06 19:23:31 +0000 |
|---|---|---|
| committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2003-07-06 19:23:31 +0000 |
| commit | 6e82f17aa8540a63ba28ca0b6daaf52e5441888d (patch) | |
| tree | 005aa6d09f381ba277792f1bacbbbc63b3665db6 | |
| parent | a99be61b7d18064886b9dda7705d8086a7567f50 (diff) | |
Notes
| -rw-r--r-- | etc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/Makefile b/etc/Makefile index 0d324b3fd8a4..75338901ed08 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -45,8 +45,12 @@ NAMEDB= PROTO.localhost.rev PROTO.localhost-v6.rev named.conf named.root \ PPPCNF= ppp.conf +.if defined(NO_SENDMAIL) +ETCMAIL=mailer.conf aliases +.else ETCMAIL=Makefile README mailer.conf access.sample virtusertable.sample \ mailertable.sample aliases +.endif # Special top level files for FreeBSD FREEBSD=COPYRIGHT |
