repo.or.cz
/
dragonfly
/
vkernel-mp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
From within a virtual kernel, make /sbin/shutdown and /sbin/halt actually
[dragonfly/vkernel-mp.git]
/
usr.bin
/
colcrt
/
Makefile
blob
751d85573affc4f24fcedcedffcb15105bdb0859
1
# @(#)Makefile 8.1 (Berkeley) 6/6/93
2
# $FreeBSD: src/usr.bin/colcrt/Makefile,v 1.2.6.1 2001/08/02 01:29:07 obrien Exp $
3
# $DragonFly: src/usr.bin/colcrt/Makefile,v 1.3 2005/01/16 05:28:00 cpressey Exp $
4
5
PROG
=
colcrt
6
WARNS?
=
6
7
8
.
include
<
bsd.prog.mk
>