summaryrefslogtreecommitdiff
path: root/sbin/slattach
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2005-06-27 01:00:04 +0000
committerchristos <christos@NetBSD.org>2005-06-27 01:00:04 +0000
commit2c6eadc9ce659bc5967233fa623a7ee9c229f959 (patch)
tree202bb1f706693086f274b8b16ea4852166584a07 /sbin/slattach
parent10a02919cc825ff9b820945361c0f16dfa7e492c (diff)
Move WARNS=3 to the Makefile.inc, and add a little const to the remaining
programs that did not compile before.
Diffstat (limited to 'sbin/slattach')
-rw-r--r--sbin/slattach/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/slattach/Makefile b/sbin/slattach/Makefile
index 2bde3dae6e8..40a9da29fdf 100644
--- a/sbin/slattach/Makefile
+++ b/sbin/slattach/Makefile
@@ -1,10 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2005/02/05 12:38:58 xtraeme Exp $
+# $NetBSD: Makefile,v 1.9 2005/06/27 01:00:06 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 6/5/93
PROG= slattach
MAN= slattach.8
MLINKS= slattach.8 slip.8
-WARNS= 3
-
.include <bsd.prog.mk>