diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1993-08-30 01:51:16 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1993-08-30 01:51:16 +0000 |
commit | 10505e63240c9e537544eff8d3f49334734faebd (patch) | |
tree | 47649f9c0cd2d5f2f7b2e3fe8b58dbcb85df3bbf /usr.sbin/pkg_install | |
parent | 58f08fb6f9ea14e22eebadd6370c62aec7e4d3cf (diff) | |
download | src-10505e63240c9e537544eff8d3f49334734faebd.tar.gz src-10505e63240c9e537544eff8d3f49334734faebd.zip |
Removed annoying -Wall
Notes
Notes:
svn path=/head/; revision=357
Diffstat (limited to 'usr.sbin/pkg_install')
-rw-r--r-- | usr.sbin/pkg_install/lib/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/lib/Makefile b/usr.sbin/pkg_install/lib/Makefile index 72da09860554..d520df542bec 100644 --- a/usr.sbin/pkg_install/lib/Makefile +++ b/usr.sbin/pkg_install/lib/Makefile @@ -1,7 +1,6 @@ LIB= install SRCS= file.c msg.c plist.c str.c exec.c global.c pen.c NOPROFILE= yes -CFLAGS+= -g -Wall install: @echo -n |