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
# $FreeBSD$

PROG=	fdisk
SRCS=	fdisk.c geom_pc98_enc.c
WARNS?=	4
MAN=	fdisk.8

.PATH:	${.CURDIR}/../../sys/geom

DPADD	+=	${LIBGEOM}
LDADD	+=	-lgeom

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