summaryrefslogtreecommitdiff
path: root/libexec/rshd/Makefile
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>1998-05-15 04:28:27 +0000
committerArtur Grabowski <art@cvs.openbsd.org>1998-05-15 04:28:27 +0000
commit48a1b74f229cbefaf7669ad99e7d10652483e9b9 (patch)
tree6fcdd2ed300207d21033814a797b33fff8974fb2 /libexec/rshd/Makefile
parentfde59751fe4dd9116e188c6365cda46c784c83dc (diff)
cleanup and build with -Wall
Diffstat (limited to 'libexec/rshd/Makefile')
-rw-r--r--libexec/rshd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/rshd/Makefile b/libexec/rshd/Makefile
index ce0844b24fc..a23e8e751f5 100644
--- a/libexec/rshd/Makefile
+++ b/libexec/rshd/Makefile
@@ -1,9 +1,10 @@
# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
-# $Id: Makefile,v 1.3 1997/04/19 21:26:21 millert Exp $
+# $Id: Makefile,v 1.4 1998/05/15 04:28:25 art Exp $
PROG= rshd
SRCS= rshd.c
MAN= rshd.8
+CFLAGS+= -Wall -Wno-unused
.include <bsd.own.mk>