freebsd-dev/usr.bin/logname/Makefile
Suleiman Souhlal 4dd5ff1fce - Remove useless includes
- Add WARNS?= 6 to Makefile

Submitted by:	Liam J. Foy <liamfoy@gmail.com>
Approved by:	grehan (mentor)
2005-01-25 14:22:20 +00:00

8 lines
98 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/9/93
# $FreeBSD$
PROG= logname
WARNS?= 6
.include <bsd.prog.mk>