mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 15:24:40 -05:00
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.
9 lines
129 B
Makefile
9 lines
129 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= script
|
|
WARNS?= 2
|
|
LDADD= -lutil
|
|
DPADD= ${LIBUTIL}
|
|
|
|
.include <bsd.prog.mk>
|