Home | History | Annotate | Line # | Download | only in newfs_msdos
Makefile revision 1.1.1.1
      1  1.1.1.1  christos # $FreeBSD: src/sbin/newfs_msdos/Makefile,v 1.5 2001/03/26 14:33:18 ru Exp $
      2      1.1  christos 
      3  1.1.1.1  christos PROG=	newfs_msdos
      4  1.1.1.1  christos MAN=	newfs_msdos.8
      5  1.1.1.1  christos 
      6  1.1.1.1  christos .if ${MACHINE} == "pc98"
      7  1.1.1.1  christos CFLAGS+= -DPC98
      8  1.1.1.1  christos .endif
      9      1.1  christos 
     10      1.1  christos .include <bsd.prog.mk>
     11