9f5b04e925
of the recent WARNS commits. The idea is: 1) FreeBSD id tags should follow vendor tags. 2) Vendor tags should not be compiled (though copyrights probably should). 3) There should be no blank line between including cdefs and __FBSDIF.
8 lines
98 B
Makefile
8 lines
98 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/9/93
|
|
# $FreeBSD$
|
|
|
|
PROG= logname
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|