mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-23 11:18:54 +00:00
41d8423f71
binaries in /bin and /sbin installed in /lib. Only the versioned files reside in /lib, the .so symlink continues to live /usr/lib so the toolchain doesn't need to be modified.
13 lines
246 B
Makefile
13 lines
246 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= alias
|
|
SHLIBDIR?= /lib
|
|
SHLIB_MAJOR= 4
|
|
MAN= libalias.3
|
|
SRCS= alias.c alias_cuseeme.c alias_db.c alias_ftp.c alias_irc.c \
|
|
alias_nbt.c alias_pptp.c alias_proxy.c alias_smedia.c \
|
|
alias_util.c
|
|
INCS= alias.h
|
|
|
|
.include <bsd.lib.mk>
|