1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-27 16:39:08 +00:00

Make this use a standard bsd.subdir.mk.

This commit is contained in:
Ruslan Ermilov 2004-09-20 14:04:00 +00:00
parent e48b233cd8
commit 8799ba98cb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=135518

View File

@ -2,10 +2,6 @@
# $FreeBSD$
#
all:
(cd netreceive ; make)
(cd netsend ; make)
SUBDIR= netreceive netsend
clean:
(cd netreceive ; make clean)
(cd netsend ; make clean)
.include <bsd.subdir.mk>