diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-20 05:50:00 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-20 05:50:00 +0000 |
commit | 3f88e62a9dbe17e9abdc6225e52b91527aa27503 (patch) | |
tree | 707c616208291c825057f19cdbccc2bb87f2920f /archivers/untar/files | |
parent | cb98152597aa9bbdfb9afdc217877e95e54d9a78 (diff) | |
download | ports-3f88e62a9dbe17e9abdc6225e52b91527aa27503.tar.gz ports-3f88e62a9dbe17e9abdc6225e52b91527aa27503.zip |
Notes
Diffstat (limited to 'archivers/untar/files')
-rw-r--r-- | archivers/untar/files/Makefile.untar | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/untar/files/Makefile.untar b/archivers/untar/files/Makefile.untar new file mode 100644 index 000000000000..8a7e04645b6a --- /dev/null +++ b/archivers/untar/files/Makefile.untar @@ -0,0 +1,11 @@ +# Makefile for untar-1.4 +# For FreeBSD-[43].X + +PROG= untar +SRCS= untar.c +NOMAN= yes + +CFLAGS+= -D_POSIX_SOURCE +LDFLAGS+= -static + +.include <bsd.prog.mk> |