mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
8 lines
179 B
Makefile
8 lines
179 B
Makefile
# $NetBSD: Makefile.miidevs,v 1.1 1998/08/10 23:55:17 thorpej Exp $
|
|
# $FreeBSD$
|
|
|
|
AWK= awk
|
|
|
|
miidevs.h: miidevs devlist2h.awk
|
|
/bin/rm -f miidevs.h
|
|
${AWK} -f devlist2h.awk miidevs
|