diff options
| author | Emmanuel Vadot <manu@freebsd.org> | 2020-12-21 17:34:36 +0000 |
|---|---|---|
| committer | Emmanuel Vadot <manu@FreeBSD.org> | 2021-01-04 15:19:08 +0000 |
| commit | c92017ce5b491da06ee18825dc4963d4aaa92b64 (patch) | |
| tree | be96a8393dd07235a0b28abb2136acd1b90ea2ed /lib/libalias/modules/ftp | |
| parent | 6b68fdbbf7be12abdc5478e8c4b07e96945173f8 (diff) | |
Diffstat (limited to 'lib/libalias/modules/ftp')
| -rw-r--r-- | lib/libalias/modules/ftp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libalias/modules/ftp/Makefile b/lib/libalias/modules/ftp/Makefile index ad3f86fc0fe3..a7f5562974d0 100644 --- a/lib/libalias/modules/ftp/Makefile +++ b/lib/libalias/modules/ftp/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ -NAME= ftp -SRCS= alias_ftp.c +PACKAGE= natd +NAME= ftp +SRCS= alias_ftp.c .include <bsd.lib.mk> |
