b43fb3e920
This should be considered highly experimental for the moment. Submitted by: David Schultz <dschultz@uclink.Berkeley.EDU> MFC after: 3 weeks
10 lines
170 B
Makefile
10 lines
170 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
# $FreeBSD$
|
|
|
|
PROG= swapon
|
|
MAN= swapon.8
|
|
LINKS= ${BINDIR}/swapon ${BINDIR}/swapoff
|
|
MLINKS= swapon.8 swapoff.8
|
|
|
|
.include <bsd.prog.mk>
|