mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 13:32:45 +00:00
92da00bb24
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>
|