mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 16:48:36 -05:00
natd is the main user of the libalias* modules, put them together. Reviewed by: bapt, emaste Differential Revision: https://reviews.freebsd.org/D27710
7 lines
84 B
Makefile
7 lines
84 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= natd
|
|
NAME= dummy
|
|
SRCS= alias_dummy.c
|
|
|
|
.include <bsd.lib.mk>
|