2c6eadc9ce
programs that did not compile before.
12 lines
231 B
Makefile
12 lines
231 B
Makefile
# $NetBSD: Makefile,v 1.12 2005/06/27 01:00:05 christos Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
PROG= clri
|
|
MAN= clri.8
|
|
SRCS= clri.c ffs_bswap.c
|
|
.PATH: ${NETBSDSRCDIR}/sys/ufs/ffs
|
|
|
|
.include <bsd.prog.mk>
|