summaryrefslogtreecommitdiff
path: root/sbin/swapctl/Makefile
blob: c02cf2e9748800145b4c20911c0fc3b7e7f3a1d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$OpenBSD: Makefile,v 1.2 2000/02/26 04:06:23 hugh Exp $
#	$NetBSD: Makefile,v 1.2 1997/06/12 16:18:50 mrg Exp $

PROG=	swapctl
SRCS=	swapctl.c swaplist.c
MAN=	swapctl.8

LINKS=	${BINDIR}/swapctl ${BINDIR}/swapon
MLINKS=	swapctl.8 swapon.8

.include <bsd.prog.mk>