mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove duplicated targets which now build from main tree
if available and allowed
This commit is contained in:
parent
489a79ab18
commit
d6cf037780
3 changed files with 6 additions and 6 deletions
|
|
@ -1,10 +1,10 @@
|
|||
# $Id: Makefile,v 1.6 1994/11/14 20:45:20 phk Exp $
|
||||
# $Id: Makefile,v 1.7 1995/07/29 12:48:56 markm Exp $
|
||||
|
||||
# lib must be first, or it will not work. This is because we reference
|
||||
# the lib's in the directory where they are built from the binaries we
|
||||
# want to build.
|
||||
|
||||
SUBDIR= lib libexec usr.bin sbin bin
|
||||
SUBDIR= lib usr.bin
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# $Id: Makefile,v 1.2 1994/09/08 19:06:58 csgr Exp $
|
||||
# $Id: Makefile,v 1.3 1995/07/29 12:49:14 markm Exp $
|
||||
|
||||
SUBDIR= libcipher libcrypt libtelnet
|
||||
SUBDIR= libcipher
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# $Id: Makefile,v 1.1 1994/09/07 07:16:49 pst Exp $
|
||||
# $Id: Makefile,v 1.2 1995/07/29 12:49:25 markm Exp $
|
||||
|
||||
SUBDIR= bdes telnet
|
||||
SUBDIR= bdes
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue