diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 1998-05-15 04:28:27 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 1998-05-15 04:28:27 +0000 |
commit | 48a1b74f229cbefaf7669ad99e7d10652483e9b9 (patch) | |
tree | 6fcdd2ed300207d21033814a797b33fff8974fb2 /libexec/rshd/Makefile | |
parent | fde59751fe4dd9116e188c6365cda46c784c83dc (diff) |
cleanup and build with -Wall
Diffstat (limited to 'libexec/rshd/Makefile')
-rw-r--r-- | libexec/rshd/Makefile | 3 |
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> |