poll - Fix events == 0 handling for TAP and TUN, fix console spam
[dragonfly.git] / usr.bin / env / Makefile
blobb26a1eee7f0fed3789669e9c3315567b6ac7cad4
1 # From: @(#)Makefile 8.1 (Berkeley) 6/6/93
2 # $FreeBSD: head/usr.bin/env/Makefile 201386 2010-01-02 10:27:05Z ed $
4 PROG= env
5 SRCS= env.c envopts.c
7 .include <bsd.prog.mk>