22 lines
447 B
Makefile
22 lines
447 B
Makefile
# $NetBSD: Makefile,v 1.7 2003/09/04 06:42:50 lukem Exp $
|
|
|
|
NOLINT= # defined
|
|
NOPIC= # defined
|
|
NOPROFILE=# defined
|
|
|
|
LIB= sup
|
|
|
|
SRCS= scm.c scmio.c stree.c log.c supmsg.c netcrypt.c
|
|
SRCS+= atoo.c errmsg.c expand.c ffilecopy.c filecopy.c \
|
|
nxtarg.c path.c quit.c run.c salloc.c skipto.c \
|
|
vprintf.c
|
|
|
|
.PATH: ${.CURDIR}/../source
|
|
|
|
LNFILES= ${.CURDIR}/../source/netcryptvoid.c netcrypt.c
|
|
|
|
# only needed during build
|
|
libinstall::
|
|
|
|
.include <bsd.lib.mk>
|