lentferj's projects
/
dragonfly.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'vendor/OPENSSH'
[dragonfly.git]
/
sbin
/
startslip
/
Makefile
1
# @(#)Makefile 8.1 (Berkeley) 6/5/93
2
# $FreeBSD: src/sbin/startslip/Makefile,v 1.5.6.1 2001/04/25 10:58:53 ru Exp $
3
# $DragonFly: src/sbin/startslip/Makefile,v 1.4 2006/10/17 00:55:44 pavalos Exp $
4
5
PROG= startslip
6
DPADD= ${LIBUTIL}
7
LDADD= -lutil
8
9
.include <bsd.prog.mk>