blob: 42f5dcf90883f0cf17fb82cc43877ca08c345ab9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# $OpenBSD: Makefile,v 1.2 2017/05/30 08:44:58 sf Exp $
SUBDIR= ffs ext2 msdos16 msdos32
PROG= fileops
NOMAN= yes
CFLAGS += -std=gnu99 -Wall -Werror -Wextra -g
.include <bsd.prog.mk>
|