Merge from vendor branch NTPD:
[dragonfly.git] / sbin / slattach / Makefile
1 #       @(#)Makefile    5.4 (Berkeley) 5/11/90
2 #
3 # $FreeBSD: src/sbin/slattach/Makefile,v 1.9.2.1 2001/04/25 10:58:52 ru Exp $
4 # $DragonFly: src/sbin/slattach/Makefile,v 1.2 2003/06/17 04:27:34 dillon Exp $
5
6 PROG=   slattach
7 MAN=    slattach.8
8 MLINKS= slattach.8 slip.8
9 LDADD=  -lutil
10 DPADD=  ${LIBUTIL}
11
12 .include <bsd.prog.mk>