Revision 02e6b005641ad170c7d021370ab6a4e79123680d authored by Pyun YongHyeon on 21 January 2010, 00:39:45 UTC, committed by Pyun YongHyeon on 21 January 2010, 00:39:45 UTC
  Add BCM5754 PHY id that is found on Dell Studio XPS 16.
1 parent 404d899
Raw File
Makefile
#	@(#)Makefile	8.1 (Berkeley) 6/5/93
# $FreeBSD$

PROG=	swapon
MAN=	swapon.8
LINKS=	${BINDIR}/swapon ${BINDIR}/swapoff
LINKS+=	${BINDIR}/swapon ${BINDIR}/swapctl
MLINKS=	swapon.8 swapoff.8
MLINKS+=swapon.8 swapctl.8

.include <bsd.prog.mk>
back to top