projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30d6fed
)
NOUUCP was removed a long time ago from the system.
author
Sascha Wildner
<swildner@dragonflybsd.org>
Wed, 26 Jul 2006 18:26:13 +0000
(18:26 +0000)
committer
Sascha Wildner
<swildner@dragonflybsd.org>
Wed, 26 Jul 2006 18:26:13 +0000
(18:26 +0000)
bin/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/bin/Makefile
b/bin/Makefile
index
1a54eba
..
e138d44
100644
(file)
--- a/
bin/Makefile
+++ b/
bin/Makefile
@@
-1,6
+1,6
@@
# From: @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD: src/bin/Makefile,v 1.15.2.2 2000/10/31 09:43:57 dougb Exp $
-# $DragonFly: src/bin/Makefile,v 1.
8 2005/03/15 02:43:17 dillon
Exp $
+# $DragonFly: src/bin/Makefile,v 1.
9 2006/07/26 18:26:13 swildner
Exp $
SUBDIR= cat \
chio \
@@
-35,7
+35,7
@@
SUBDIR= cat \
test \
varsym
-.if !defined(NO_SENDMAIL)
&& !defined(NOUUCP)
+.if !defined(NO_SENDMAIL)
SUBDIR+=rmail
.endif