Allow COPYRIGHT_Vendor to come from CFLAGS

Reviewed by: stevek
Sponsored by: Juniper Networks Inc.
This commit is contained in:
Simon J. Gerraty 2022-09-28 11:24:18 -07:00
parent 648fa3558c
commit f1e039d057

View file

@ -27,9 +27,11 @@
/* Copyrights macros */
/* Add a FreeBSD vendor copyright here */
/* Add a FreeBSD vendor copyright here - or via CFLAGS */
#ifndef COPYRIGHT_Vendor
#define COPYRIGHT_Vendor \
""
#endif
/* FreeBSD */
#define COPYRIGHT_FreeBSD \