freebsd-dev/sbin/slattach/Makefile
Kris Kennaway fe9ea368e1 $Header$ -> $Id$
Manpage formatting/grammatical fixes.
Check return value of malloc()
Add sccsid[], other minor source code cleanups

Submitted by:	Philippe Charnier
1999-05-29 08:16:34 +00:00

13 lines
181 B
Makefile

# @(#)Makefile 5.4 (Berkeley) 5/11/90
#
# $Id$
PROG= slattach
SRCS= slattach.c
MAN8= slattach.8
MLINKS= slattach.8 slip.8
LDADD= -lutil
DPADD= ${LIBUTIL}
.include <bsd.prog.mk>