diff options
Diffstat (limited to 'mbbsd/Makefile')
-rw-r--r-- | mbbsd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/Makefile b/mbbsd/Makefile index 1cd74870..85e695f0 100644 --- a/mbbsd/Makefile +++ b/mbbsd/Makefile @@ -1,11 +1,11 @@ -# $Id: Makefile,v 1.16 2003/01/19 13:24:14 kcwu Exp $ +# $Id: Makefile,v 1.17 2003/01/19 16:02:25 kcwu Exp $ # q¸q°ò¥»ªìÈ BBSHOME?= $(HOME) BBSHOME?= /home/bbs OSTYPE?= FreeBSD CC?= gcc -CFLAGS+= -Wall -pipe -DBBSHOME='"$(BBSHOME)"' -I../include +CFLAGS+= -Wall -W -pipe -DBBSHOME='"$(BBSHOME)"' -I../include LDFLAGS+= -pipe -Wall LIBS+= -lcrypt |