]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/env/Makefile
This patch adds the -mindepth and -maxdepth options to find(1), which
[FreeBSD/FreeBSD.git] / usr.bin / env / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2
3 PROG=   env
4 CFLAGS+=-Wall
5 NOMAN=  noman
6
7 .include <bsd.prog.mk>