2d68bf45bf
Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike
13 lines
175 B
Makefile
13 lines
175 B
Makefile
# @(#)Makefile 5.4 (Berkeley) 5/11/90
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PROG= slattach
|
|
WARNS= 0
|
|
MAN= slattach.8
|
|
MLINKS= slattach.8 slip.8
|
|
LDADD= -lutil
|
|
DPADD= ${LIBUTIL}
|
|
|
|
.include <bsd.prog.mk>
|