mirror of
https://github.com/paulusmack/ppp.git
synced 2024-12-04 08:53:43 +08:00
remove unnecessary cleanfiles
This commit is contained in:
parent
681beaf112
commit
5ae807ccc8
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile.bsd,v 1.10 1996/05/28 00:54:20 paulus Exp $
|
||||
# $Id: Makefile.bsd,v 1.11 1996/07/01 05:31:47 paulus Exp $
|
||||
|
||||
BINDIR?= /usr/sbin
|
||||
CFLAGS+= -g -I.. -DHAVE_PATHS_H
|
||||
@ -14,6 +14,5 @@ BINOWN= root
|
||||
|
||||
LDADD= -lcrypt -lutil
|
||||
DPADD= ${LIBCRYPT} ${LIBUTIL}
|
||||
CLEANFILES=y.tab.h grammar.c scanner.c
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user