repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync times() with FreeBSD:
[dragonfly.git]
/
sbin
/
startslip
/
Makefile
blob
222d47c5ac9199017c67ef940209862708b351f1
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
>