use LNFILES instead of homegrown equivalent
This commit is contained in:
parent
57b205e71d
commit
49fb32cb30
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.6 2002/09/18 13:31:56 lukem Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2003/09/04 06:42:50 lukem Exp $
|
||||
|
||||
NOLINT= # defined
|
||||
NOPIC= # defined
|
||||
@ -13,11 +13,7 @@ SRCS+= atoo.c errmsg.c expand.c ffilecopy.c filecopy.c \
|
||||
|
||||
.PATH: ${.CURDIR}/../source
|
||||
|
||||
CLEANFILES+=netcrypt.c
|
||||
|
||||
netcrypt.c: netcryptvoid.c
|
||||
rm -f netcrypt.c
|
||||
ln -s ${.CURDIR}/../source/netcryptvoid.c netcrypt.c
|
||||
LNFILES= ${.CURDIR}/../source/netcryptvoid.c netcrypt.c
|
||||
|
||||
# only needed during build
|
||||
libinstall::
|
||||
|
Loading…
Reference in New Issue
Block a user