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
Fix some mis-usages of NULL.
[dragonfly.git]
/
sbin
/
swapon
/
Makefile
blob
e29a4065b29df14504080247b6df7bba7e197568
1
# @(#)Makefile 8.1 (Berkeley) 6/5/93
2
# $FreeBSD: src/sbin/swapon/Makefile,v 1.2.14.2 2001/08/01 09:06:16 obrien Exp $
3
# $DragonFly: src/sbin/swapon/Makefile,v 1.4 2006/10/17 00:55:44 pavalos Exp $
4
5
PROG
=
swapon
6
MAN
=
swapon
.8
7
8
.
include
<
bsd.prog.mk
>