From 625e9e0395524b220b6d7d5d2be0f66e20f63c1c Mon Sep 17 00:00:00 2001 From: archie Date: Thu, 28 Oct 1999 20:17:13 +0000 Subject: Limit COPTS added by Makefile to just '-Wall'. --- usr.sbin/ngctl/Makefile | 6 ++---- usr.sbin/nghook/Makefile | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) (limited to 'usr.sbin') diff --git a/usr.sbin/ngctl/Makefile b/usr.sbin/ngctl/Makefile index 26f73d7..9f51407 100644 --- a/usr.sbin/ngctl/Makefile +++ b/usr.sbin/ngctl/Makefile @@ -5,10 +5,8 @@ PROG= ngctl SRCS= main.c mkpeer.c connect.c name.c show.c list.c \ debug.c shutdown.c rmhook.c status.c types.c MAN8= ngctl.8 - +DPADD+= ${LIBNETGRAPH} LDADD+= -lnetgraph -DPADD+= /usr/lib/libnetgraph.a - -COPTS+= -O2 -g -Wall -Werror +COPTS+= -Wall .include diff --git a/usr.sbin/nghook/Makefile b/usr.sbin/nghook/Makefile index 1130ec9..18b07d2 100644 --- a/usr.sbin/nghook/Makefile +++ b/usr.sbin/nghook/Makefile @@ -6,6 +6,6 @@ SRCS= main.c MAN8= nghook.8 DPADD= ${LIBNETGRAPH} LDADD= -lnetgraph -COPTS+= -g -Wall -O2 -Werror +COPTS+= -Wall .include -- cgit v1.1