mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
Remove unneeded stdlib directories.
It's not necessary to add stdlib directories for each architecture, even if the architecture doesn't implement any files of its own. Submitted by: Christoph Mallon
This commit is contained in:
parent
87fbd35f4f
commit
dc428c2ffe
4 changed files with 0 additions and 12 deletions
|
|
@ -1,4 +0,0 @@
|
|||
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
|
||||
# $FreeBSD$
|
||||
|
||||
MDSRCS+=abs.c div.c labs.c ldiv.c
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
# $FreeBSD$
|
||||
|
||||
MDSRCS+= abs.c div.c labs.c ldiv.c
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
# $NetBSD: Makefile.inc,v 1.3 2006/03/22 22:03:58 drochner Exp $
|
||||
# $FreeBSD$
|
||||
|
||||
SRCS+= abs.c div.c labs.c ldiv.c llabs.c
|
||||
|
|
@ -1 +0,0 @@
|
|||
# $FreeBSD$
|
||||
Loading…
Reference in a new issue