# $OpenBSD: Makefile,v 1.3 2007/03/13 17:35:13 millert Exp $ # $FreeBSD$ BINDIR= ${PREFIX}/bin PROG= sort SRCS= append.c fields.c files.c fsort.c init.c msort.c sort.c tmp.c CFLAGS+= -Wall -std=c99 .include